home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr48 / pavt150.zip / JAMUTILW.ZIP / DLGUTILW.H next >
Text File  |  1993-07-01  |  2KB  |  93 lines

  1. /*
  2. **  JAM(mbp) - The Joaquim-Andrew-Mats Message Base Proposal
  3. **
  4. **  JAM Windows Utility
  5. **
  6. **  Written by Mats Wallin
  7. **
  8. **  ----------------------------------------------------------------------
  9. **
  10. **  dlgutilw.h (JAMmb)
  11. **
  12. **  Definitions for different dialog controls and resources
  13. **
  14. **  Copyright 1993 Joaquim Homrighausen, Andrew Milner, Mats Birch, and
  15. **  Mats Wallin. ALL RIGHTS RESERVED.
  16. **
  17. **  93-06-28    MW
  18. **  Initial coding
  19. */
  20.  
  21. /*
  22. **  Text and edit controls
  23. */
  24.  
  25. #define IDC_HDR_REPLYNEXT              101
  26. #define IDC_HDR_REPLYCRC              102
  27. #define IDC_HDR_SUBFLDLEN              103
  28. #define IDC_HDR_DATEPROCESSED          104
  29. #define IDC_HDR_SIGNATURE              105
  30. #define IDC_HDR_REVISION              106
  31. #define IDC_HDR_MSGIDCRC              107
  32. #define IDC_HDR_TIMESREAD              108
  33. #define IDC_HDR_REPLY1ST              109
  34. #define IDC_HDR_REPLYTO                110
  35. #define IDC_HDR_DATEWRITTEN            111
  36. #define IDC_HDR_DATERECEIVED          112
  37. #define IDC_HDR_MSGNUM                113
  38. #define IDC_HDR_ATTRIBUTE              114
  39. #define IDC_HDR_TXTLEN                115
  40. #define IDC_HDR_COST                  116
  41. #define IDC_HDR_ATTRIBUTE2            117
  42. #define IDC_HDR_TXTOFFSET              118
  43. #define IDC_HDR_PASSWORDCRC            119
  44. #define IDC_MSGNUM                  120
  45. #define IDC_TOTALMSGS               121
  46. #define IDC_MSGNUMBER               122
  47. #define IDC_HDRINFO_SIGNATURE       123
  48. #define IDC_HDRINFO_DATECREATED     124
  49. #define IDC_HDRINFO_MODCOUNTER      125
  50. #define IDC_HDRINFO_ACTIVEMSGS      126
  51. #define IDC_HDRINFO_PASSWORDCRC     127
  52. #define IDC_HDRINFO_TOTALMSGS       128
  53. #define IDC_HDRINFO_DELETEDMSGS     129
  54. #define IDC_FLD_LISTBOX             130
  55. #define IDC_TXT_LISTBOX             131
  56. #define IDC_TXT_EDIT                132
  57. #define IDC_GOTO                    133
  58. #define IDC_MSGNO                   134
  59. #define IDC_HDRINFO_BASEMSGNUM      135
  60.  
  61. /*
  62. **  Pushbuttons
  63. */
  64.  
  65. #define IDC_NEXT                    200
  66. #define IDC_PREVIOUS                201
  67. #define IDC_FIELDS                  202
  68. #define IDC_TEXT                    203
  69. #define IDC_HDRINFO                 204
  70. #define IDC_EXIT                      205
  71.  
  72. /*
  73. **  Strings
  74. */
  75.  
  76. #define IDS_FILTERS                 1001
  77.  
  78. /*
  79. **  Menu choices
  80. */
  81.  
  82. #define IDM_ABOUT                   (WM_USER+0)
  83. #define IDM_FILE_OPEN               2001
  84.  
  85. /*
  86. **  Icons
  87. */
  88.  
  89. #define IDI_JAMUTILW                1
  90.  
  91.  
  92. /* end of file "dlgutilw.h" */
  93.